home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3651 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.lang.eiffel
  4. Subject: Re: Hungarian notation
  5. Date: 24 Jan 1996 15:57:22 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.822516775@schonberg>
  8. References: <30C40F77.53B5@swsbbs.com> <4d2ok0$69s@beach.and.nl> <4dtv3gINNo9u@keats.ugrad.cs.ubc.ca> <SPENCER.96Jan22113215@zorgon.ERA.COM> <4e1nd8$hv0@solutions.solon.com> <3104bfc8.132251392@nntp.ix.netcom.com> <dewar.822407919@schonberg> <3106260f.224013120@nntp.ix.netcom.com>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12.  
  13. Michael said:
  14.  
  15. "        When a value with integral type is demoted to a signed integer
  16.         with smaller size or an unsigned integer is converted to its
  17.         corresponding signed integer, if the value cannot be
  18.         represented the result is implementation defined."
  19.  
  20. Fine, fair enough, my delete-the-system-disk flippant remark was 
  21. inappopriate, but the important point that I made is not affected, which 
  22. is that implementation dependence can be introduced in a very casual
  23. way by the use of such implementation defined features.
  24.  
  25. The result could be for example the description of a complex consequence
  26. of a don't care condition in the optiization logic, or it could be always
  27. zero, or it could be wrapped or, or, or .. all of which are permissible
  28. from the above paragraph. 
  29.  
  30.